How to Set Default Component Property Values for a Grid
/documentation/pages/HowTo/Grid/Setting Default Property Values.xml
The default values for new Grid components can be configured. This is particularly useful if you are developing many Grid components that need to suppport multiple languages or are always making the same set of changes to every new Grid Component.
Default Values
/documentation/pages/Guides/Desktop/Design/Data/FieldRules/Default Values.xml
Use Default mode field rule to fill a field in a new record with a default value.
Getting and Setting Ink Control Values
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Ink/Getting and Setting Ink Control Values.xml
The Ink Control is a 'Data Control' and the getValue() and setValue() functions, that are used with other data controls, will also work with the Ink Control. The data generated from any given image defined in the Ink Control is stored as simple text. This makes ink files lightweight and easy to store.
Setting Default Layout Styles
/documentation/pages/Guides/Desktop/Design/View/Layout/Setting Default Layout Styles.xml
Alpha Anywhere lets you choose a pre-defined layout style for each layout type. Pre-defined styles enable you to create attractive layouts that have a consistent appearance with less effort. All new layouts then use the selected style as a default.
Setting the Default Value for a Two Value Slider Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Slider/setting two value slider default value.xml
Setting the value for a two value slider
UX Component - Detail View - New Records - Default Values
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/New Records and Default Values in the Detail View.xml
When you define a List control with a Detail View you can specify Javascript code to return the default value for a field when a new record is created in the Detail View.
Getting and Setting Values and Attributes
/documentation/pages/Ref/Client_Api/Core Libraries/Values and Attributes/index.xml
The following JavaScript functions can be used to get and set attributes and values of HTML elements. The ELEMENT argument that is passed in can in all cases be a pointer to an HTML element, or the ID or NAME of an HTML element.
Grid Component Builder - Setting Default Properties
/documentation/pages/Server/Guide/Design/View/Grid/Grid Component/Grid Component Builder Setting Default Properties.xml
The Options, Set Default Properties command in the Grid Builder has always allowed you to set default properties for the Grid when you create a new Grid. However, if you created a new Grid from a Template, the default properties that you set were not honored. They were only honored if you created a blank new grid. Now, the default properties are used even if you use a template. This makes it much easier to customize the Grid builder for developers whose native language is not English.
UX Component - Cordova Applications - Setting Default Properties for the Cordova Genie
/documentation/pages/Guides/PhoneGap/Setting Default Properties for the PhoneGap Genie.xml
When you build a Cordova application it is critical that you turn on all of the required plug-ins for your application in the Cordova Build Project Settings genie.
Defining Property Overrides
/documentation/pages/Server/Guide/Design/View/A5W/Defining Property Overrides.xml
Web publishing applications only. Web components have many properties, which you set in the grid, dialog, and other component builders. After you place a component on an A5W page, you will find a property override section for it in the source of the page. The code below shows a piece of an A5W page which contains a grid component named Invoices.